From: Richard M. Stallman Date: Sat, 29 May 1993 04:35:25 +0000 (+0000) Subject: (send-mail-function): Use defvar. not defconst. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95828 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=06b6829433b0f41d4b896da10daa65116e50c4ec;p=emacs.git (send-mail-function): Use defvar. not defconst. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index e7a6f6f36c2..d12d77ed2c8 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -45,7 +45,7 @@ Delete these headers from old message when it's inserted in a reply.") ;; Useful to set in site-init.el ;;;###autoload -(defconst send-mail-function 'sendmail-send-it "\ +(defvar send-mail-function 'sendmail-send-it "\ Function to call to send the current buffer as mail. The headers are be delimited by a line which is `mail-header-separator'.")